const go/types.novalue

22 uses

	go/types (current package)
		api.go#L392: 	return tv.mode == novalue
		builtins.go#L245: 		x.mode = novalue
		builtins.go#L266: 		x.mode = novalue
		builtins.go#L416: 		x.mode = novalue
		builtins.go#L635: 		x.mode = novalue
		builtins.go#L655: 		x.mode = novalue
		builtins.go#L898: 			x.mode = novalue
		call.go#L311: 		x.mode = novalue
		call.go#L406: 			check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L967: 	if x.mode == invalid || x.mode == novalue {
		expr.go#L1228: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1235: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1247: 	check.exclude(&x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1278: 	check.exclude(x, 1<<novalue|1<<builtin|1<<typexpr)
		expr.go#L1288: 	check.exclude(x, 1<<novalue)
		expr.go#L1299: 		case novalue:
		operand.go#L26: 	novalue                      // operand represents no value (result of a function call w/o result)
		operand.go#L41: 	novalue:   "no value",
		operand.go#L157: 	case invalid, novalue, builtin, typexpr:
		recording.go#L26: 	case novalue:
		typexpr.go#L267: 		case novalue:
		typexpr.go#L284: 		case novalue: